Routes an entity read request to the underlying data store, so that the first TEntity in compliance with the TFilteringCriteria and
in the order defined by TOrderingCriteria is obtained.
| Name | Description |
|---|---|
| GetFirst() | Routes an entity read request to the underlying data store, so that the first TEntity is obtained. |
| GetFirst(TFilteringCriteria) | Routes an entity read request to the underlying data store, so that the first TEntity in compliance with the TFilteringCriteria is obtained. |